Description: It used to be that a mouse cursor was just a mouse cursor. Since DHTML came along and gave programmers the ability to track the precise coordinates of the mouse, it was only a matter of time that cursor effects started showing up.

Directions:

insert the following BODY onload event handler inside the <body> tag itself:

<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
